object AboutBox: TAboutBox Left = 272 Top = 155 ActiveControl = OK BorderStyle = bsDialog Caption = 'About' ClientHeight = 173 ClientWidth = 298 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 121 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 105 Top = 9 Width = 72 Height = 14 Caption = 'Custom Control' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label2: TLabel Left = 117 Top = 24 Width = 46 Height = 14 Caption = 'for Delphi' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label3: TLabel Left = 101 Top = 40 Width = 78 Height = 14 Caption = 'has been writing' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label5: TLabel Left = 134 Top = 57 Width = 12 Height = 14 Caption = 'by' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label6: TLabel Left = 96 Top = 73 Width = 89 Height = 14 Caption = 'Eli and Dani Zeitlin' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label7: TLabel Left = 100 Top = 89 Width = 81 Height = 14 Caption = 'Copiright � 1995' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 end end object OK: TBitBtn Left = 110 Top = 138 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end